Reposition sandbox messaging from ephemeral to persistent-first#137
Merged
Reposition sandbox messaging from ephemeral to persistent-first#137
Conversation
Replace ephemeral language (spin up, disposable, destroyed automatically, alive for 5 minutes) across 15 doc pages with persistent-first framing. Sandboxes are now described as long-running by default with auto-pause, while preserving isolation, security, and scalability messaging.
Persistence is no longer in beta. Remove all beta notes, rename betaPause/beta_pause to pause, betaCreate/beta_create to Sandbox.create, and rename "Limitations while in beta" to "Limitations".
The previous commit incorrectly renamed the SDK methods. The beta labels/notes in the docs are removed but the actual API methods (betaPause, beta_pause, betaCreate, beta_create) are still the current SDK surface.
mlejva
approved these changes
Mar 2, 2026
mlejva
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<Warning>to<Info>with persistence-positive framingFiles changed (15)
docs.mdx,docs/quickstart.mdxdocs/sandbox.mdx,docs/sandbox/persistence.mdx,docs/sandbox/pty.mdxdocs/use-cases/coding-agents.mdx,docs/use-cases/ci-cd.mdxdocs/agents/claude-code.mdx,codex.mdx,amp.mdx,opencode.mdx,openclaw.mdxdocs/cli/create-sandbox.mdx,docs/cli/connect-to-sandbox.mdxdocs/billing.mdxTest plan
mintlify devand verify all 15 changed pages render correctlyephemeral,disposable,short-lived,spin up,alive for 5 minutes,destroyed automatically